home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2755 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  650b  |  33 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(0 < _root.draglej && _root.ii31 >= 4)
  5.       {
  6.          _root.d_loupeznik2.i = "ave";
  7.       }
  8.       else if(0 < _root.draglej)
  9.       {
  10.          _root.d_loupeznik2.i = "dar";
  11.       }
  12.       else if(_root.ii31 >= 4)
  13.       {
  14.          _root.d_loupeznik2.i = "ave";
  15.       }
  16.       else if(_root.ii31 == 3)
  17.       {
  18.          _root.ii31 = 4;
  19.          _root.d_loupeznik2.i = "pij_1";
  20.       }
  21.       else
  22.       {
  23.          _root.d_loupeznik2.i = "nicema";
  24.       }
  25.    }
  26.    else
  27.    {
  28.       _root.pepa.gotoAndPlay(_root.poz add "c");
  29.    }
  30.    _root.stopdragall();
  31.    _root.hideall();
  32. }
  33.